home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00051.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  145 b   |  10 lines

  1. on exitFrame
  2.   if the soundBusy of 1 then
  3.     go(the frame - 1)
  4.   else
  5.     puppetSprite(1, 1)
  6.     puppetSprite(48, 1)
  7.     play done
  8.   end if
  9. end
  10.